var syscall.cgo_libc_setregid
3 uses
syscall (current package)
syscall_linux.go#L1187: var cgo_libc_setregid unsafe.Pointer // non-nil if cgo linked.
syscall_linux.go#L1190: if cgo_libc_setregid == nil {
syscall_linux.go#L1194: } else if ret := cgocaller(cgo_libc_setregid, uintptr(rgid), uintptr(egid)); ret != 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)